lib/repo: Create repo directories as 0775
authorJonathan Lebon <jonathan@jlebon.com>
Thu, 12 Dec 2019 21:40:33 +0000 (16:40 -0500)
committerJonathan Lebon <jonathan@jlebon.com>
Tue, 18 Feb 2020 16:26:46 +0000 (11:26 -0500)
commit7085a50297955b037b6433821796f3f317c79126
tree63d359b7bfaf33fb912fbbc591001b91297fce58
parentb9a95afacc483606426e263032e2595e64705e94
lib/repo: Create repo directories as 0775

For repo structure directories like `objects`, `refs`, etc... we should
be more permissive and let the system's `umask` narrow down the
permission bits as wanted.

This came up in a context where we want to be able to have read/write
access on an OSTree repo on NFS from two separate OpenShift apps by
using supplemental groups[1] so we don't require SCCs for running as the
same UID (supplemental groups are part of the default restricted SCC).

[1] https://docs.openshift.com/container-platform/3.11/install_config/persistent_storage/persistent_storage_nfs.html#nfs-supplemental-groups
src/libostree/ostree-core-private.h
src/libostree/ostree-repo-checkout.c
src/libostree/ostree-repo-pull.c
src/libostree/ostree-repo-refs.c
src/libostree/ostree-repo-static-delta-compilation.c
src/libostree/ostree-repo.c